home *** CD-ROM | disk | FTP | other *** search
/ Interactive Quarterly / The Best of New Machine Publishing 1 - Disc 4: Interactive Quarterly.iso / pc / toc.dir / 00188.ls < prev    next >
Encoding:
Text File  |  1997-01-16  |  374 b   |  16 lines

  1. on mouseDown
  2.   puppetSprite(25, 1)
  3.   set the memberNum of sprite 25 to the number of member "PVCD DOWN.PICT"
  4.   puppetSound("toggle2.aif")
  5.   updateStage()
  6. end
  7.  
  8. on mouseUp
  9.   set the memberNum of sprite 25 to the number of member "PVCD UP.PICT"
  10.   updateStage()
  11.   puppetSprite(25, 0)
  12.   SetReturn()
  13.   unloadMember(member "toggle2.aif", "VSS DOWN.PICT")
  14.   goReview("PVT_CDM")
  15. end
  16.